﻿2026-06-05T02:56:44.7862464Z ##[group]Run actions/checkout@v5
2026-06-05T02:56:44.7864025Z with:
2026-06-05T02:56:44.7864689Z   repository: SaberMage/spt-core
2026-06-05T02:56:44.7871475Z   token: ***
2026-06-05T02:56:44.7872122Z   ssh-strict: true
2026-06-05T02:56:44.7872749Z   ssh-user: git
2026-06-05T02:56:44.7873401Z   persist-credentials: true
2026-06-05T02:56:44.7874110Z   clean: true
2026-06-05T02:56:44.7874747Z   sparse-checkout-cone-mode: true
2026-06-05T02:56:44.7875499Z   fetch-depth: 1
2026-06-05T02:56:44.7876115Z   fetch-tags: false
2026-06-05T02:56:44.7876749Z   show-progress: true
2026-06-05T02:56:44.7877393Z   lfs: false
2026-06-05T02:56:44.7878031Z   submodules: false
2026-06-05T02:56:44.7878695Z   set-safe-directory: true
2026-06-05T02:56:44.7880011Z ##[endgroup]
2026-06-05T02:56:44.9406587Z Syncing repository: SaberMage/spt-core
2026-06-05T02:56:44.9410517Z ##[group]Getting Git version info
2026-06-05T02:56:44.9411673Z Working directory is '/home/david/actions-runner/_work/spt-core/spt-core'
2026-06-05T02:56:44.9413626Z [command]/usr/bin/git version
2026-06-05T02:56:44.9422242Z git version 2.34.1
2026-06-05T02:56:44.9452728Z ##[endgroup]
2026-06-05T02:56:44.9468778Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/0b13f2d7-034c-418b-a837-e516e9f12aaf/.gitconfig'
2026-06-05T02:56:44.9492327Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/0b13f2d7-034c-418b-a837-e516e9f12aaf' before making global git config changes
2026-06-05T02:56:44.9494665Z Adding repository directory to the temporary git global config as a safe directory
2026-06-05T02:56:44.9499086Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-05T02:56:44.9552204Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-05T02:56:44.9582646Z https://github.com/SaberMage/spt-core
2026-06-05T02:56:44.9600327Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-05T02:56:44.9606936Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-05T02:56:44.9636866Z refs/heads/dev-freeform
2026-06-05T02:56:44.9654241Z [command]/usr/bin/git checkout --detach
2026-06-05T02:56:44.9713686Z HEAD is now at 1ea2a35 docs(plan): M5-D7 JIT plan — carried infra; close D6 plan [twohost]
2026-06-05T02:56:44.9778614Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-05T02:56:44.9816194Z Deleted branch dev-freeform (was 1ea2a35).
2026-06-05T02:56:44.9865474Z ##[endgroup]
2026-06-05T02:56:44.9869896Z [command]/usr/bin/git submodule status
2026-06-05T02:56:45.0112662Z ##[group]Cleaning the repository
2026-06-05T02:56:45.0117383Z [command]/usr/bin/git clean -ffdx
2026-06-05T02:56:45.0156281Z Removing traceable-reqs
2026-06-05T02:56:45.0167847Z [command]/usr/bin/git reset --hard HEAD
2026-06-05T02:56:45.0226720Z HEAD is now at 1ea2a35 docs(plan): M5-D7 JIT plan — carried infra; close D6 plan [twohost]
2026-06-05T02:56:45.0233321Z ##[endgroup]
2026-06-05T02:56:45.0236403Z ##[group]Disabling automatic garbage collection
2026-06-05T02:56:45.0242400Z [command]/usr/bin/git config --local gc.auto 0
2026-06-05T02:56:45.0281967Z ##[endgroup]
2026-06-05T02:56:45.0283870Z ##[group]Setting up auth
2026-06-05T02:56:45.0293249Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-05T02:56:45.0336346Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-05T02:56:45.0610835Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-05T02:56:45.0649825Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-05T02:56:45.0892980Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-05T02:56:45.0935402Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-05T02:56:45.1179937Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-05T02:56:45.1243677Z ##[endgroup]
2026-06-05T02:56:45.1244990Z ##[group]Fetching the repository
2026-06-05T02:56:45.1256776Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +1ea2a35c868cf1e958918cd968ed4974265a53b3:refs/remotes/origin/dev-freeform
2026-06-05T02:56:45.6605480Z ##[endgroup]
2026-06-05T02:56:45.6607416Z ##[group]Determining the checkout info
2026-06-05T02:56:45.6609592Z ##[endgroup]
2026-06-05T02:56:45.6625597Z [command]/usr/bin/git sparse-checkout disable
2026-06-05T02:56:45.6776833Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-05T02:56:45.6782298Z ##[group]Checking out the ref
2026-06-05T02:56:45.6784884Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-05T02:56:45.6787760Z Switched to a new branch 'dev-freeform'
2026-06-05T02:56:45.6790180Z Branch 'dev-freeform' set up to track remote branch 'dev-freeform' from 'origin'.
2026-06-05T02:56:45.6800510Z ##[endgroup]
2026-06-05T02:56:45.6844182Z [command]/usr/bin/git log -1 --format=%H
2026-06-05T02:56:45.6878438Z 1ea2a35c868cf1e958918cd968ed4974265a53b3
